home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Material Dictionary 8
/
Material Dictionary 8.iso
/
sozai.exe
/
sozai.DXR
/
00001_Symbol.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-01-05
|
269 b
|
21 lines
on mouseDown
if the optionDown then
in(18)
updateStage()
repeat while the stillDown
nothing()
end repeat
out(18)
updateStage()
end if
end
on mouseUp
if the optionDown then
nothing()
else
end if
out(18)
updateStage()
end